home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
gnu
/
djgpp
/
src
/
libgplus.5
/
libgplus
/
old-stre
/
stream.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-01-17
|
187 b
|
13 lines
/* ostream.h and istream.h now separately includable */
#ifndef _stream_h
#ifdef __GNUG__
#pragma interface
#endif
#define _stream_h 1
#include <ostream.h>
#include <istream.h>
#endif